var golang.org/x/tools/internal/gocommand.modConcurrencyError

2 uses

	golang.org/x/tools/internal/gocommand (current package)
		invoke.go#L52: var modConcurrencyError = regexp.MustCompile(`go:.*go.mod.*contents have changed`)
		invoke.go#L78: 	if friendlyErr == nil || !modConcurrencyError.MatchString(friendlyErr.Error()) {